﻿2026-06-19T23:27:01.4023817Z ##[group]Run set -euo pipefail
2026-06-19T23:27:01.4024795Z [36;1mset -euo pipefail[0m
2026-06-19T23:27:01.4025617Z [36;1mPIN=0c95435[0m
2026-06-19T23:27:01.4026408Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-19T23:27:01.4027382Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-19T23:27:01.4028692Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-19T23:27:01.4030513Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-19T23:27:01.4032245Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-19T23:27:01.4033619Z [36;1m  rm -rf "$CACHE"[0m
2026-06-19T23:27:01.4034530Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-19T23:27:01.4035692Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-19T23:27:01.4037007Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-19T23:27:01.4038323Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-19T23:27:01.4039351Z [36;1mfi[0m
2026-06-19T23:27:01.4040428Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-19T23:27:01.4055974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-19T23:27:01.4057086Z env:
2026-06-19T23:27:01.4057798Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-19T23:27:01.4058698Z ##[endgroup]
2026-06-19T23:27:01.6982239Z    Compiling proc-macro2 v1.0.106
2026-06-19T23:27:01.6983661Z    Compiling quote v1.0.45
2026-06-19T23:27:01.6984267Z    Compiling unicode-ident v1.0.24
2026-06-19T23:27:01.6984728Z    Compiling libc v0.2.186
2026-06-19T23:27:01.6985133Z    Compiling serde_core v1.0.228
2026-06-19T23:27:01.6985544Z    Compiling cfg-if v1.0.4
2026-06-19T23:27:01.6985963Z    Compiling serde v1.0.228
2026-06-19T23:27:01.7021408Z    Compiling log v0.4.32
2026-06-19T23:27:01.7058035Z    Compiling pin-project-lite v0.2.17
2026-06-19T23:27:01.7127853Z    Compiling typenum v1.20.1
2026-06-19T23:27:01.7169745Z    Compiling portable-atomic v1.13.1
2026-06-19T23:27:01.7170904Z    Compiling memchr v2.8.1
2026-06-19T23:27:01.7171353Z    Compiling version_check v0.9.5
2026-06-19T23:27:01.7171774Z    Compiling critical-section v1.2.0
2026-06-19T23:27:01.7172288Z    Compiling shlex v2.0.1
2026-06-19T23:27:01.7341832Z    Compiling find-msvc-tools v0.1.9
2026-06-19T23:27:01.7804039Z    Compiling subtle v2.6.1
2026-06-19T23:27:01.7970440Z    Compiling bytes v1.11.1
2026-06-19T23:27:01.8861291Z    Compiling futures-core v0.3.32
2026-06-19T23:27:01.9222035Z    Compiling equivalent v1.0.2
2026-06-19T23:27:01.9441269Z    Compiling smallvec v1.15.1
2026-06-19T23:27:01.9767849Z    Compiling itoa v1.0.18
2026-06-19T23:27:01.9839605Z    Compiling semver v1.0.28
2026-06-19T23:27:02.0216583Z    Compiling stable_deref_trait v1.2.1
2026-06-19T23:27:02.0451877Z    Compiling futures-io v0.3.32
2026-06-19T23:27:02.0548102Z    Compiling futures-sink v0.3.32
2026-06-19T23:27:02.0695075Z    Compiling slab v0.4.12
2026-06-19T23:27:02.0810768Z    Compiling generic-array v0.14.7
2026-06-19T23:27:02.1160149Z    Compiling futures-task v0.3.32
2026-06-19T23:27:02.1561424Z    Compiling futures-channel v0.3.32
2026-06-19T23:27:02.1878738Z    Compiling bitflags v2.12.1
2026-06-19T23:27:02.2511829Z    Compiling hashbrown v0.17.1
2026-06-19T23:27:02.2640685Z    Compiling rustc_version v0.4.1
2026-06-19T23:27:02.2855517Z    Compiling rustversion v1.0.22
2026-06-19T23:27:02.3000582Z    Compiling cpufeatures v0.2.17
2026-06-19T23:27:02.3332467Z    Compiling fnv v1.0.7
2026-06-19T23:27:02.3389928Z    Compiling cfg_aliases v0.2.1
2026-06-19T23:27:02.3721237Z    Compiling strsim v0.11.1
2026-06-19T23:27:02.3851036Z    Compiling rand_core v0.10.1
2026-06-19T23:27:02.4021011Z    Compiling litemap v0.8.2
2026-06-19T23:27:02.4241328Z    Compiling writeable v0.6.3
2026-06-19T23:27:02.4361297Z    Compiling getrandom v0.4.2
2026-06-19T23:27:02.4691262Z    Compiling icu_properties_data v2.2.0
2026-06-19T23:27:02.5391166Z    Compiling fs_extra v1.3.0
2026-06-19T23:27:02.6371880Z    Compiling dunce v1.0.5
2026-06-19T23:27:02.6541080Z    Compiling ident_case v1.0.1
2026-06-19T23:27:02.6641927Z    Compiling icu_normalizer_data v2.2.0
2026-06-19T23:27:02.6801005Z    Compiling utf8_iter v1.0.4
2026-06-19T23:27:02.7441245Z    Compiling percent-encoding v2.3.2
2026-06-19T23:27:02.8281596Z    Compiling autocfg v1.5.1
2026-06-19T23:27:02.8381052Z    Compiling http v1.4.1
2026-06-19T23:27:02.8720880Z    Compiling cpufeatures v0.3.0
2026-06-19T23:27:02.9270659Z    Compiling thiserror v2.0.18
2026-06-19T23:27:02.9330862Z    Compiling unicode-segmentation v1.13.3
2026-06-19T23:27:02.9530126Z    Compiling aws-lc-rs v1.17.0
2026-06-19T23:27:02.9880941Z    Compiling indexmap v2.14.0
2026-06-19T23:27:02.9936641Z    Compiling scopeguard v1.2.0
2026-06-19T23:27:03.0460814Z    Compiling chacha20 v0.10.0
2026-06-19T23:27:03.0870643Z    Compiling syn v2.0.117
2026-06-19T23:27:03.0884942Z    Compiling lock_api v0.4.14
2026-06-19T23:27:03.1567268Z    Compiling form_urlencoded v1.2.2
2026-06-19T23:27:03.1824103Z    Compiling untrusted v0.9.0
2026-06-19T23:27:03.2461095Z    Compiling heck v0.5.0
2026-06-19T23:27:03.3031017Z    Compiling rustls v0.23.40
2026-06-19T23:27:03.3250499Z    Compiling unicode-xid v0.2.6
2026-06-19T23:27:03.3590943Z    Compiling atomic-waker v1.1.2
2026-06-19T23:27:03.3690890Z    Compiling anyhow v1.0.102
2026-06-19T23:27:03.4140812Z    Compiling const-oid v0.10.2
2026-06-19T23:27:03.4141938Z    Compiling zerocopy v0.8.50
2026-06-19T23:27:03.4241170Z    Compiling httparse v1.10.1
2026-06-19T23:27:03.4389928Z    Compiling paste v1.0.15
2026-06-19T23:27:03.4741284Z    Compiling jobserver v0.1.34
2026-06-19T23:27:03.4810877Z    Compiling parking_lot_core v0.9.12
2026-06-19T23:27:03.5090851Z    Compiling num-traits v0.2.19
2026-06-19T23:27:03.5250920Z    Compiling hybrid-array v0.4.12
2026-06-19T23:27:03.6393796Z    Compiling convert_case v0.10.0
2026-06-19T23:27:03.6506632Z    Compiling curve25519-dalek v4.1.3
2026-06-19T23:27:03.6933243Z    Compiling ahash v0.8.12
2026-06-19T23:27:03.7176354Z    Compiling either v1.16.0
2026-06-19T23:27:03.7330640Z    Compiling powerfmt v0.2.0
2026-06-19T23:27:03.8341530Z    Compiling cc v1.2.63
2026-06-19T23:27:03.8968097Z    Compiling base64ct v1.8.3
2026-06-19T23:27:03.9185163Z    Compiling crypto-common v0.1.7
2026-06-19T23:27:03.9261090Z    Compiling block-buffer v0.10.4
2026-06-19T23:27:03.9450844Z    Compiling fastrand v2.4.1
2026-06-19T23:27:03.9800789Z    Compiling deranged v0.5.8
2026-06-19T23:27:04.0660751Z    Compiling digest v0.10.7
2026-06-19T23:27:04.0870790Z    Compiling vcpkg v0.2.15
2026-06-19T23:27:04.2154715Z    Compiling mio v1.2.1
2026-06-19T23:27:04.2270674Z    Compiling socket2 v0.6.4
2026-06-19T23:27:04.2610343Z    Compiling getrandom v0.2.17
2026-06-19T23:27:04.3100910Z    Compiling http-body v1.0.1
2026-06-19T23:27:04.3890461Z    Compiling pem-rfc7468 v1.0.0
2026-06-19T23:27:04.4590841Z    Compiling rand_core v0.6.4
2026-06-19T23:27:04.4870366Z    Compiling rand v0.10.1
2026-06-19T23:27:04.5090428Z    Compiling pkg-config v0.3.33
2026-06-19T23:27:04.5430734Z    Compiling base64 v0.22.1
2026-06-19T23:27:04.6410804Z    Compiling try-lock v0.2.5
2026-06-19T23:27:04.6480726Z    Compiling time-core v0.1.8
2026-06-19T23:27:04.7258810Z    Compiling data-encoding v2.11.0
2026-06-19T23:27:04.7660694Z    Compiling tinyvec_macros v0.1.1
2026-06-19T23:27:04.8190698Z    Compiling num-conv v0.2.2
2026-06-19T23:27:04.8350672Z    Compiling zmij v1.0.21
2026-06-19T23:27:04.8800029Z    Compiling tower-service v0.3.3
2026-06-19T23:27:04.9091079Z    Compiling tinyvec v1.11.0
2026-06-19T23:27:04.9770791Z    Compiling parking_lot v0.12.5
2026-06-19T23:27:04.9836981Z    Compiling want v0.3.1
2026-06-19T23:27:05.0040409Z    Compiling sha2 v0.10.9
2026-06-19T23:27:05.0590931Z    Compiling crypto-common v0.2.2
2026-06-19T23:27:05.1160678Z    Compiling cmake v0.1.58
2026-06-19T23:27:05.1540741Z    Compiling block-buffer v0.12.0
2026-06-19T23:27:05.2310260Z    Compiling inout v0.1.4
2026-06-19T23:27:05.2400493Z    Compiling vergen-lib v9.1.0
2026-06-19T23:27:05.3399947Z    Compiling n0-future v0.3.2
2026-06-19T23:27:05.3610287Z    Compiling crossbeam-utils v0.8.21
2026-06-19T23:27:05.3947440Z    Compiling httpdate v1.0.3
2026-06-19T23:27:05.4160629Z    Compiling winnow v1.0.3
2026-06-19T23:27:05.4247566Z    Compiling diatomic-waker v0.2.3
2026-06-19T23:27:05.4952623Z    Compiling signature v2.2.0
2026-06-19T23:27:05.5600689Z    Compiling spin v0.10.0
2026-06-19T23:27:05.5730527Z    Compiling serde_json v1.0.150
2026-06-19T23:27:05.5910870Z    Compiling parking v2.2.1
2026-06-19T23:27:05.6350530Z    Compiling cordyceps v0.3.4
2026-06-19T23:27:05.6560619Z    Compiling ed25519 v2.2.3
2026-06-19T23:27:05.6769788Z    Compiling cipher v0.4.4
2026-06-19T23:27:05.6970592Z    Compiling netlink-packet-core v0.8.1
2026-06-19T23:27:05.7026458Z    Compiling universal-hash v0.5.1
2026-06-19T23:27:05.7350590Z    Compiling futures-lite v2.6.1
2026-06-19T23:27:05.7430927Z    Compiling vergen v9.1.0
2026-06-19T23:27:05.8160528Z    Compiling vergen-lib v0.1.6
2026-06-19T23:27:05.8310786Z    Compiling heapless v0.7.17
2026-06-19T23:27:05.8442144Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-19T23:27:05.8460564Z    Compiling noq-udp v0.10.0
2026-06-19T23:27:05.9165305Z    Compiling sync_wrapper v1.0.2
2026-06-19T23:27:05.9472188Z    Compiling futures-buffered v0.2.13
2026-06-19T23:27:05.9534413Z    Compiling byteorder v1.5.0
2026-06-19T23:27:06.0100688Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-19T23:27:06.0200812Z    Compiling digest v0.11.3
2026-06-19T23:27:06.0370638Z    Compiling allocator-api2 v0.2.21
2026-06-19T23:27:06.0535813Z    Compiling opaque-debug v0.3.1
2026-06-19T23:27:06.1081697Z    Compiling polyval v0.6.2
2026-06-19T23:27:06.1520865Z    Compiling aws-lc-sys v0.41.0
2026-06-19T23:27:06.1560620Z    Compiling ring v0.17.14
2026-06-19T23:27:06.1880639Z    Compiling libsqlite3-sys v0.30.1
2026-06-19T23:27:06.2112360Z    Compiling hash32 v0.2.1
2026-06-19T23:27:06.2740517Z    Compiling vergen-gitcl v1.0.8
2026-06-19T23:27:06.2900506Z    Compiling spin v0.9.8
2026-06-19T23:27:06.3580508Z    Compiling signature v3.0.0
2026-06-19T23:27:06.4050277Z    Compiling tower-layer v0.3.3
2026-06-19T23:27:06.4240917Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-19T23:27:06.4670587Z    Compiling fallible-iterator v0.3.0
2026-06-19T23:27:06.5148415Z    Compiling num_threads v0.1.7
2026-06-19T23:27:06.5270146Z    Compiling ryu v1.0.23
2026-06-19T23:27:06.6170362Z    Compiling time v0.3.47
2026-06-19T23:27:06.6390356Z    Compiling ghash v0.5.1
2026-06-19T23:27:06.6486431Z    Compiling sha2 v0.11.0-rc.5
2026-06-19T23:27:06.6590766Z    Compiling ctr v0.9.2
2026-06-19T23:27:06.7123582Z    Compiling aes v0.8.4
2026-06-19T23:27:06.7579393Z    Compiling http-body-util v0.1.3
2026-06-19T23:27:06.8507524Z    Compiling fs2 v0.4.3
2026-06-19T23:27:06.8760754Z    Compiling aead v0.5.2
2026-06-19T23:27:06.9421720Z    Compiling openssl-probe v0.2.1
2026-06-19T23:27:06.9780521Z    Compiling crossbeam-epoch v0.9.18
2026-06-19T23:27:07.0190611Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-19T23:27:07.0360387Z    Compiling crossbeam-channel v0.5.15
2026-06-19T23:27:07.0520788Z    Compiling blake3 v1.8.5
2026-06-19T23:27:07.1461539Z    Compiling netlink-packet-route v0.29.0
2026-06-19T23:27:07.1740566Z    Compiling uuid v1.23.2
2026-06-19T23:27:07.4211911Z    Compiling aes-gcm v0.10.3
2026-06-19T23:27:07.4460674Z    Compiling memoffset v0.6.5
2026-06-19T23:27:07.4594627Z    Compiling acto v0.8.2
2026-06-19T23:27:07.5860664Z    Compiling netwatch v0.16.0
2026-06-19T23:27:07.6026107Z    Compiling noq v0.18.0
2026-06-19T23:27:07.6399159Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-19T23:27:07.6599553Z    Compiling xml-rs v0.8.28
2026-06-19T23:27:07.7640732Z    Compiling ref-cast v1.0.25
2026-06-19T23:27:07.7821227Z    Compiling mac-addr v0.3.0
2026-06-19T23:27:07.8551420Z    Compiling rustc-hash v2.1.2
2026-06-19T23:27:07.8681184Z    Compiling sorted-index-buffer v0.2.1
2026-06-19T23:27:07.9131812Z    Compiling foldhash v0.2.0
2026-06-19T23:27:07.9790963Z    Compiling identity-hash v0.1.0
2026-06-19T23:27:08.0019324Z    Compiling thiserror v1.0.69
2026-06-19T23:27:08.0110695Z    Compiling lru-slab v0.1.2
2026-06-19T23:27:08.0410894Z    Compiling rustix v1.1.4
2026-06-19T23:27:08.0694627Z    Compiling tagptr v0.2.0
2026-06-19T23:27:08.0731380Z    Compiling hashbrown v0.16.1
2026-06-19T23:27:08.2351238Z    Compiling netlink-packet-route v0.30.0
2026-06-19T23:27:08.3066463Z    Compiling synstructure v0.13.2
2026-06-19T23:27:08.3627945Z    Compiling darling_core v0.20.11
2026-06-19T23:27:08.5106155Z    Compiling proc-macro-crate v3.5.0
2026-06-19T23:27:08.7650506Z    Compiling xmltree v0.10.3
2026-06-19T23:27:08.8270594Z    Compiling serde_derive_internals v0.29.1
2026-06-19T23:27:08.8786829Z    Compiling ioctl-rs v0.1.6
2026-06-19T23:27:08.9769393Z    Compiling serial-core v0.4.0
2026-06-19T23:27:08.9948309Z    Compiling errno v0.3.14
2026-06-19T23:27:09.0034026Z    Compiling termios v0.2.2
2026-06-19T23:27:09.0157645Z    Compiling aho-corasick v1.1.4
2026-06-19T23:27:09.0777127Z    Compiling simple-dns v0.9.3
2026-06-19T23:27:09.1018224Z    Compiling linux-raw-sys v0.12.1
2026-06-19T23:27:09.1285904Z    Compiling smol_str v0.1.24
2026-06-19T23:27:09.1352938Z    Compiling winnow v0.7.15
2026-06-19T23:27:09.1512109Z    Compiling arrayref v0.3.9
2026-06-19T23:27:09.1741583Z    Compiling simdutf8 v0.1.5
2026-06-19T23:27:09.2061095Z    Compiling toml_write v0.1.2
2026-06-19T23:27:09.2990334Z    Compiling signal-hook v0.3.18
2026-06-19T23:27:09.3610781Z    Compiling resolv-conf v0.7.6
2026-06-19T23:27:09.4184172Z    Compiling regex-syntax v0.8.10
2026-06-19T23:27:09.4546350Z    Compiling sha1_smol v1.0.1
2026-06-19T23:27:09.5220433Z    Compiling constant_time_eq v0.4.2
2026-06-19T23:27:09.5760889Z    Compiling arrayvec v0.7.6
2026-06-19T23:27:09.7230732Z    Compiling serial-unix v0.4.0
2026-06-19T23:27:09.8850600Z    Compiling signal-hook-registry v1.4.8
2026-06-19T23:27:09.9240886Z    Compiling lru v0.16.4
2026-06-19T23:27:10.0409333Z    Compiling darling_core v0.23.0
2026-06-19T23:27:10.1640552Z    Compiling serde_bytes v0.11.19
2026-06-19T23:27:10.1861027Z    Compiling serde_derive v1.0.228
2026-06-19T23:27:10.2240817Z    Compiling zeroize_derive v1.4.3
2026-06-19T23:27:10.3918922Z    Compiling tokio-macros v2.7.0
2026-06-19T23:27:10.5600059Z    Compiling zerofrom-derive v0.1.7
2026-06-19T23:27:10.8352203Z    Compiling zeroize v1.8.2
2026-06-19T23:27:11.0441244Z    Compiling futures-macro v0.3.32
2026-06-19T23:27:11.1490669Z    Compiling yoke-derive v0.8.2
2026-06-19T23:27:11.1560307Z    Compiling tokio v1.52.3
2026-06-19T23:27:11.5480937Z    Compiling zerovec-derive v0.11.3
2026-06-19T23:27:11.7505621Z    Compiling displaydoc v0.2.6
2026-06-19T23:27:11.8080932Z    Compiling tracing-attributes v0.1.31
2026-06-19T23:27:12.0398336Z    Compiling futures-util v0.3.32
2026-06-19T23:27:12.0460626Z    Compiling zerofrom v0.1.8
2026-06-19T23:27:12.2090834Z    Compiling rustls-pki-types v1.14.1
2026-06-19T23:27:12.5785847Z    Compiling yoke v0.8.3
2026-06-19T23:27:12.6113639Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-19T23:27:12.6480407Z    Compiling thiserror-impl v2.0.18
2026-06-19T23:27:12.8130504Z    Compiling zerotrie v0.2.4
2026-06-19T23:27:13.1010789Z    Compiling zerovec v0.11.6
2026-06-19T23:27:13.1580866Z    Compiling darling_macro v0.20.11
2026-06-19T23:27:13.2598464Z    Compiling derive_more-impl v2.1.1
2026-06-19T23:27:13.2740631Z    Compiling n0-error-macros v0.1.3
2026-06-19T23:27:13.5290779Z    Compiling darling v0.20.11
2026-06-19T23:27:13.6092291Z    Compiling derive_builder_core v0.20.2
2026-06-19T23:27:13.6956662Z    Compiling spez v0.1.2
2026-06-19T23:27:13.7925126Z    Compiling tinystr v0.8.3
2026-06-19T23:27:13.8490496Z    Compiling potential_utf v0.1.5
2026-06-19T23:27:13.9884732Z    Compiling icu_locale_core v2.2.0
2026-06-19T23:27:14.0181074Z    Compiling icu_collections v2.2.0
2026-06-19T23:27:14.0417276Z    Compiling der v0.8.0-rc.10
2026-06-19T23:27:14.3320706Z    Compiling n0-error v0.1.3
2026-06-19T23:27:14.5378839Z    Compiling pin-project-internal v1.1.13
2026-06-19T23:27:14.7050848Z    Compiling cobs v0.3.0
2026-06-19T23:27:14.7940798Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-19T23:27:14.9070850Z    Compiling derive_builder_macro v0.20.2
2026-06-19T23:27:14.9231088Z    Compiling postcard-derive v0.2.2
2026-06-19T23:27:15.2586819Z    Compiling icu_provider v2.2.0
2026-06-19T23:27:15.2680777Z    Compiling derive_builder v0.20.2
2026-06-19T23:27:15.4724046Z    Compiling ed25519-dalek v2.2.0
2026-06-19T23:27:15.7329427Z    Compiling icu_normalizer v2.2.0
2026-06-19T23:27:15.7398613Z    Compiling icu_properties v2.2.0
2026-06-19T23:27:15.7740844Z    Compiling ipnet v2.12.0
2026-06-19T23:27:15.7840925Z    Compiling spki v0.8.0-rc.4
2026-06-19T23:27:15.8438460Z    Compiling futures-executor v0.3.32
2026-06-19T23:27:15.9750744Z    Compiling pin-project v1.1.13
2026-06-19T23:27:15.9870712Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-19T23:27:15.9918144Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-19T23:27:16.0302422Z    Compiling futures v0.3.32
2026-06-19T23:27:16.1633417Z    Compiling prefix-trie v0.8.4
2026-06-19T23:27:16.1736795Z    Compiling ed25519 v3.0.0-rc.4
2026-06-19T23:27:16.5215140Z    Compiling once_cell v1.21.4
2026-06-19T23:27:16.5890845Z    Compiling data-encoding-macro v0.1.20
2026-06-19T23:27:16.6010958Z    Compiling rustls-native-certs v0.8.4
2026-06-19T23:27:16.6217798Z    Compiling strum_macros v0.28.0
2026-06-19T23:27:16.6660889Z    Compiling iroh-metrics-derive v0.4.1
2026-06-19T23:27:16.7760707Z    Compiling tracing-core v0.1.36
2026-06-19T23:27:16.9990779Z    Compiling postcard v1.1.3
2026-06-19T23:27:17.1210994Z    Compiling tokio-util v0.7.18
2026-06-19T23:27:17.1290541Z    Compiling netlink-sys v0.8.8
2026-06-19T23:27:17.1509625Z    Compiling hashbrown v0.14.5
2026-06-19T23:27:17.1931425Z    Compiling idna_adapter v1.2.2
2026-06-19T23:27:17.2978126Z    Compiling idna v1.1.0
2026-06-19T23:27:17.3198601Z    Compiling tracing v0.1.44
2026-06-19T23:27:17.4300490Z    Compiling tower v0.5.3
2026-06-19T23:27:17.4429407Z    Compiling enum-assoc v1.3.0
2026-06-19T23:27:17.4727080Z    Compiling num_enum_derive v0.7.6
2026-06-19T23:27:17.6080578Z    Compiling async-trait v0.1.89
2026-06-19T23:27:17.6750691Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-19T23:27:17.6850366Z    Compiling iroh-metrics v0.38.3
2026-06-19T23:27:18.0743921Z    Compiling url v2.5.8
2026-06-19T23:27:18.1102027Z    Compiling h2 v0.4.14
2026-06-19T23:27:18.1200734Z    Compiling hashlink v0.9.1
2026-06-19T23:27:18.1232348Z    Compiling derive_more v2.1.1
2026-06-19T23:27:18.1362046Z    Compiling tokio-stream v0.1.18
2026-06-19T23:27:18.2475190Z    Compiling netlink-proto v0.12.0
2026-06-19T23:27:18.3497222Z    Compiling netdev v0.42.0
2026-06-19T23:27:18.4621112Z    Compiling n0-watcher v0.6.1
2026-06-19T23:27:18.5511440Z    Compiling rusqlite v0.32.1
2026-06-19T23:27:18.5846109Z    Compiling iroh-relay v0.98.0
2026-06-19T23:27:18.5923670Z    Compiling moka v0.12.15
2026-06-19T23:27:18.6078698Z    Compiling num_enum v0.7.6
2026-06-19T23:27:18.6680680Z    Compiling serde_spanned v0.6.9
2026-06-19T23:27:18.7476590Z    Compiling toml_datetime v0.6.11
2026-06-19T23:27:18.7557437Z    Compiling thiserror-impl v1.0.69
2026-06-19T23:27:18.7691029Z    Compiling ref-cast-impl v1.0.25
2026-06-19T23:27:18.8159868Z    Compiling webpki-roots v1.0.7
2026-06-19T23:27:18.8320847Z    Compiling regex-automata v0.4.14
2026-06-19T23:27:18.8789215Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-19T23:27:18.9410522Z    Compiling attohttpc v0.30.1
2026-06-19T23:27:19.0152698Z    Compiling tower-http v0.6.11
2026-06-19T23:27:19.0775816Z    Compiling iroh-base v0.98.0
2026-06-19T23:27:19.4778183Z    Compiling strum v0.28.0
2026-06-19T23:27:19.5340402Z    Compiling toml_edit v0.22.27
2026-06-19T23:27:19.5850385Z    Compiling schemars_derive v1.2.1
2026-06-19T23:27:19.6030752Z    Compiling hmac v0.12.1
2026-06-19T23:27:19.6100689Z    Compiling seize v0.5.1
2026-06-19T23:27:19.7420694Z    Compiling iroh-dns v0.98.0
2026-06-19T23:27:19.7610013Z    Compiling iroh v0.98.2
2026-06-19T23:27:19.9589588Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-19T23:27:20.0480367Z    Compiling bitflags v1.3.2
2026-06-19T23:27:20.1175303Z    Compiling utf8parse v0.2.2
2026-06-19T23:27:20.1239926Z    Compiling cmov v0.5.4
2026-06-19T23:27:20.1430955Z    Compiling dyn-clone v1.0.20
2026-06-19T23:27:20.2066678Z    Compiling rustix v0.38.44
2026-06-19T23:27:20.2699344Z    Compiling pin-utils v0.1.0
2026-06-19T23:27:20.2921120Z    Compiling anstyle-parse v1.0.0
2026-06-19T23:27:20.3320682Z    Compiling nix v0.25.1
2026-06-19T23:27:20.4131907Z    Compiling ctutils v0.4.2
2026-06-19T23:27:20.4290829Z    Compiling filedescriptor v0.8.3
2026-06-19T23:27:20.4810875Z    Compiling papaya v0.2.4
2026-06-19T23:27:20.5060578Z    Compiling hkdf v0.12.4
2026-06-19T23:27:20.6320487Z    Compiling backon v1.6.0
2026-06-19T23:27:20.6426559Z    Compiling darling_macro v0.23.0
2026-06-19T23:27:20.6700855Z    Compiling serial v0.4.0
2026-06-19T23:27:20.7320879Z    Compiling colorchoice v1.0.5
2026-06-19T23:27:20.7601233Z    Compiling anstyle v1.0.14
2026-06-19T23:27:20.8051794Z    Compiling anstyle-query v1.1.5
2026-06-19T23:27:20.9050733Z    Compiling shell-words v1.1.1
2026-06-19T23:27:20.9095943Z    Compiling downcast-rs v1.2.1
2026-06-19T23:27:20.9721031Z    Compiling is_terminal_polyfill v1.70.2
2026-06-19T23:27:20.9793277Z    Compiling linux-raw-sys v0.4.15
2026-06-19T23:27:20.9953507Z    Compiling foldhash v0.1.5
2026-06-19T23:27:21.0411905Z    Compiling instability v0.3.12
2026-06-19T23:27:21.0560944Z    Compiling anstream v1.0.0
2026-06-19T23:27:21.0598075Z    Compiling darling v0.23.0
2026-06-19T23:27:21.0734468Z    Compiling signal-hook-mio v0.2.5
2026-06-19T23:27:21.0747797Z    Compiling spake2 v0.4.0
2026-06-19T23:27:21.1324828Z    Compiling hashbrown v0.15.5
2026-06-19T23:27:21.1830531Z    Compiling terminal_size v0.4.4
2026-06-19T23:27:21.1881159Z    Compiling strum_macros v0.26.4
2026-06-19T23:27:21.2391372Z    Compiling sha1 v0.10.6
2026-06-19T23:27:21.3485882Z    Compiling itertools v0.13.0
2026-06-19T23:27:21.4656597Z    Compiling castaway v0.2.4
2026-06-19T23:27:21.4738201Z    Compiling static_assertions v1.1.0
2026-06-19T23:27:21.4982261Z    Compiling clap_lex v1.1.0
2026-06-19T23:27:21.5430357Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-19T23:27:21.5580037Z    Compiling doctest-file v1.1.1
2026-06-19T23:27:21.6820734Z    Compiling schemars v1.2.1
2026-06-19T23:27:21.7924189Z    Compiling regex v1.12.3
2026-06-19T23:27:22.0100484Z    Compiling unicode-width v0.1.14
2026-06-19T23:27:22.0745984Z    Compiling toml v0.8.23
2026-06-19T23:27:22.2862965Z    Compiling indoc v2.0.7
2026-06-19T23:27:22.4331194Z    Compiling crossterm v0.28.1
2026-06-19T23:27:22.8042489Z    Compiling interprocess v2.4.2
2026-06-19T23:27:23.3028839Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-19T23:27:23.3164457Z    Compiling unicode-truncate v1.1.0
2026-06-19T23:27:23.3330881Z    Compiling lru v0.12.5
2026-06-19T23:27:23.4710310Z    Compiling hyper v1.10.1
2026-06-19T23:27:23.4850685Z    Compiling clap_builder v4.6.0
2026-06-19T23:27:23.5940863Z    Compiling strum v0.26.3
2026-06-19T23:27:23.7010876Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-19T23:27:23.7401586Z    Compiling compact_str v0.8.2
2026-06-19T23:27:24.0730863Z    Compiling clap_derive v4.6.1
2026-06-19T23:27:24.2141186Z    Compiling unicode-width v0.2.0
2026-06-19T23:27:24.2860859Z    Compiling iana-time-zone v0.1.65
2026-06-19T23:27:24.4370899Z    Compiling cassowary v0.3.0
2026-06-19T23:27:24.5021390Z    Compiling portable-pty v0.8.1
2026-06-19T23:27:24.5060898Z    Compiling chrono v0.4.45
2026-06-19T23:27:24.6416695Z    Compiling nucleo-matcher v0.3.1
2026-06-19T23:27:24.6827417Z    Compiling qrcode v0.14.1
2026-06-19T23:27:24.7200684Z    Compiling tempfile v3.27.0
2026-06-19T23:27:25.0701995Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-19T23:27:25.3467934Z    Compiling hyper-util v0.1.20
2026-06-19T23:27:25.3696722Z    Compiling ratatui v0.29.0
2026-06-19T23:27:26.2270601Z    Compiling clap v4.6.1
2026-06-19T23:27:26.7504488Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-19T23:27:27.1890680Z    Compiling igd-next v0.17.1
2026-06-19T23:27:28.3760877Z    Compiling portmapper v0.16.0
2026-06-19T23:27:33.2077012Z    Compiling rustls-webpki v0.103.13
2026-06-19T23:27:35.5474746Z    Compiling tokio-rustls v0.26.4
2026-06-19T23:27:35.5477729Z    Compiling noq-proto v0.17.0
2026-06-19T23:27:35.5478058Z    Compiling rustls-platform-verifier v0.7.0
2026-06-19T23:27:35.6853046Z    Compiling hickory-net v0.26.0-beta.4
2026-06-19T23:27:35.6853763Z    Compiling hyper-rustls v0.27.9
2026-06-19T23:27:35.6854310Z    Compiling tokio-websockets v0.13.2
2026-06-19T23:27:35.8106684Z    Compiling reqwest v0.13.4
2026-06-19T23:27:36.7456063Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-19T23:27:50.3108312Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-19T23:27:51.6470816Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-19T23:27:58.6643134Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-19T23:28:02.2919908Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-19T23:28:02.3144375Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-19T23:28:02.3156547Z 
2026-06-19T23:28:02.3156799Z running 1 test
2026-06-19T23:28:08.5115108Z test new_brain_serves_against_old_broker ... ok
2026-06-19T23:28:08.5116372Z 
2026-06-19T23:28:08.5116831Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-06-19T23:28:08.5235434Z 
